PM3.02 - Toon Link - Action - 0x115 SpecialLw

Entry Script

  1. FrameSpeedModifier { multiplier: 0.75, unk: 0 }
  2. IntVariableSet { variable: RandomAccessInt (0x1), value: 478 }
  3. IntVariableSet { variable: RandomAccessInt(ThrowDataParam1), value: 479 }
  4. BoolVariableSetFalse { variable: RandomAccessBool(EnableActionTransition) }
  5. CreateInterrupt { interrupt_id: Some(10146), action: Wait, requirement: (AnimationEnd) }
  6. CreateInterrupt { interrupt_id: Some(10147), action: Fall, requirement: (AnimationEnd) }
  7. loop Infinite times:
    1. if (OnGround)
      1. SetAirGround(6)
      2. UnknownEvent { namespace: 0x9, code: 0x0, unk1: 0x0, arguments: [Value(0)] }
      3. SetEdgeSlide(Unknown(2))
      4. Subroutine(0x1fe20)
      5. EnableInterrupt(10146)
      6. DisableInterrupt(10147)
      7. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: InAir }] }
    2. else
      1. SetAirGround(10)
      2. UnknownEvent { namespace: 0x9, code: 0x0, unk1: 0x0, arguments: [Value(2)] }
      3. SetEdgeSlide(Airbourne)
      4. Subroutine(0x1fe78)
      5. DisableInterrupt(10146)
      6. EnableInterrupt(10147)
      7. UnknownEvent { namespace: 0x4, code: 0x2, unk1: 0x0, arguments: [Requirement { flip: false, ty: OnGround }] }
    3. LoopRest

Exit Script